From: Debian Multimedia Maintainers Date: Tue, 13 Mar 2018 15:52:24 +0000 (+0000) Subject: No-NEON X-Git-Tag: archive/raspbian/2.2.0.33+dfsg-7+rpi1+deb9u1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=c34e3f2e231d2538eac9df80ddf5f7b09d8089d1;p=openni2.git No-NEON Gbp-Pq: Name 0014-No-NEON.patch --- diff --git a/ThirdParty/PSCommon/BuildSystem/Platform.Arm b/ThirdParty/PSCommon/BuildSystem/Platform.Arm index 2484f78..5b07ba3 100644 --- a/ThirdParty/PSCommon/BuildSystem/Platform.Arm +++ b/ThirdParty/PSCommon/BuildSystem/Platform.Arm @@ -4,7 +4,7 @@ export GLUT_SUPPORTED=1 ifeq "$(CFG)" "Release" # Hardware specifying flags - CFLAGS += -Wno-unused-local-typedefs -march=armv7-a -mtune=cortex-a9 -mfpu=neon #-mfloat-abi=softfp #-mcpu=cortex-a8 + CFLAGS += -Wno-unused-local-typedefs #-march=armv7-a -mtune=cortex-a9 -mfpu=neon #-mfloat-abi=softfp #-mcpu=cortex-a8 # Optimization level, minus currently buggy optimizing methods (which break bit-exact) CFLAGS += -O3 -fno-tree-pre -fno-strict-aliasing @@ -12,6 +12,6 @@ ifeq "$(CFG)" "Release" # More optimization flags CFLAGS += -ftree-vectorize -ffast-math -funsafe-math-optimizations #-fsingle-precision-constant - DEFINES += XN_NEON + #DEFINES += XN_NEON CFLAGS += -flax-vector-conversions endif